home *** CD-ROM | disk | FTP | other *** search
/ MacHome 2001 June / MacHome Magazine Demo Disc June 2001.iso / Stuff / Software / Audio / MacAmp™ 2.0.1 / Entheogen 1.1 / Third Party Plugins / WhiteCap 3.4! / (into Entheogen Plugins Folder) / WhiteCap Configs / Iron Eagle < prev    next >
Encoding:
Text File  |  1999-12-04  |  789 b   |  64 lines  |  [TEXT/ttxt]

  1. /*
  2. Iron Eagle
  3. by David Neill Rayhawk
  4. -- 1 December 1999
  5. */ 
  6.  
  7. Resn=1,
  8.  
  9. Durn="1.5",
  10.  
  11. // Camera tails the function
  12. CamX="70",
  13. CamY="0",
  14. CamZ="10",
  15.  
  16. CmLX="0",
  17. CmLY="0",
  18. CmLZ="0",
  19.  
  20. // Colour tends to red w/height
  21. // Overall scheme is blue
  22. // Luminocity increases as it approaches camera
  23. // Front of function is actually to dim to see
  24. R="mag(s) * dt",
  25. G="0",
  26. B="dt",
  27.  
  28. CUpX="cos(t/1)",
  29. CUpY="cos(t/2)",
  30. CUpZ="sin(t/3)",
  31.  
  32.  
  33. // Music Colour of the current instant
  34. LvlR="0",
  35. LvlG="mag(s)/2",
  36. LvlB="0",
  37.  
  38.  
  39. // Window
  40. widt=800,heig=600,
  41.  
  42.  
  43. // Gridlines on both axes
  44. ConL=1,ConB=1,
  45.  
  46. // Fall oh-so-quick
  47. Fall="1",
  48.  
  49. // No Blur
  50. Blrs=0,
  51.  
  52. // Yanked from My Malia [what can I say?, Andy did it right]
  53. D0="2 * s - 1",
  54.  
  55. X="120 * dt",
  56. Y="40 * d0",
  57. Z="14 * abs ((mag (s)))",
  58.  
  59. Scal="500",
  60. ScSz=1,
  61.  
  62. Pers="60",
  63.  
  64. Vers=30